home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / geom_lib / poly_cln.h < prev   
Encoding:
C/C++ Source or Header  |  1993-12-30  |  515 b   |  14 lines

  1. /******************************************************************************
  2. * Poly_cln.c - Clean polygonal data.                          *
  3. *******************************************************************************
  4. * Written by Gershon Elber, June 1993.                          *
  5. ******************************************************************************/
  6.  
  7. #ifndef POLY_CLN_H
  8. #define POLY_CLN_H
  9.  
  10. void CleanUpPolygonList(IPPolygonStruct **PPolygons);
  11. void CleanUpPolylineList(IPPolygonStruct **PPolylines);
  12.  
  13. #endif /* POLY_CLN_H */
  14.